cody - HTMLify profile

cody
4270 Files
632080 Views
Latest files of /cody/vishal-dcode/Navbar Animation
const toggle = document.getElementById("toggle");
const nav = document.getElementById("nav");
toggle.addEventListener("click", () => {
nav.classList.toggle("active");
});
const nav = document.getElementById("nav");
toggle.addEventListener("click", () => {
nav.classList.toggle("active");
});
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {